RetargetStructuredReferenceExpressionInRange(Int32,Int32,Int32,Int32,Dictionary<String,Table>) Method
In This Topic
Retarget all StructuredReferenceExpression in range
Syntax
'Declaration
Public Sub RetargetStructuredReferenceExpressionInRange( _
ByVal As Integer, _
ByVal targetColumn As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Dictionary(Of String,Table) _
)
'Usage
Dim instance As Worksheet
Dim targetRow As Integer
Dim targetColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim mappingTables As Dictionary(Of String,Table)
instance.RetargetStructuredReferenceExpressionInRange(targetRow, targetColumn, rowCount, columnCount, mappingTables)
public void RetargetStructuredReferenceExpressionInRange(
int ,
int targetColumn,
int ,
int columnCount,
Dictionary<string,Table>
)
Parameters
- targetRow
- row
- targetColumn
- column
- rowCount
- number of rows
- columnCount
- number of columns
- mappingTables
See Also